Cortex > Metrics
Administration
Cortex > System Health
Cortex > Session Management
Cortex > Index Management
Cortex > Document Operations
Cortex > Search Operations
Cortex > A/B Testing
Cortex > Analytics
Cortex > Feedback
Nous > Health
Nous > A/B Testing
Nous > Adaptation
Nous > Learning > Models
Nous > Learning > Search Patterns
Nous > Learning > Feedback
Nous > Learning > Metrics and Events
Nous > Signals
Nous > Learning > Models
Get Model by ID
GET
/
nous
/
learn
/
models
/
{modelId}
Copy
curl --request GET \
--url https://api.sophra.org/api/nous/learn/models/{modelId}
Copy
{
"success": true,
"data": {
"modelId": "<string>",
"name": "<string>",
"type": "<string>",
"status": "<string>",
"metrics": {},
"lastUpdated": "2023-11-07T05:31:56Z"
}
}
Path Parameters
The model identifier
Response
200 - application/json
Model retrieved successfully
The response is of type object
.
Copy
curl --request GET \
--url https://api.sophra.org/api/nous/learn/models/{modelId}
Copy
{
"success": true,
"data": {
"modelId": "<string>",
"name": "<string>",
"type": "<string>",
"status": "<string>",
"metrics": {},
"lastUpdated": "2023-11-07T05:31:56Z"
}
}
Assistant
Responses are generated using AI and may contain mistakes.